home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / library / reqtlsdv.lha / ReqTools / Catalogs / libcat / reqtools.cd < prev    next >
Text File  |  1996-04-24  |  2KB  |  192 lines

  1. ;******************
  2. ;
  3. ;   ReqTools V38
  4. ;
  5. ;******************
  6. ;
  7. ;
  8. ; *** General ***
  9. ;
  10. ; Note: there are two spaces around the Ok string to make it 4 chars wide.
  11. MSG_OK (1//)
  12.  _Ok
  13. ;
  14. MSG_CANCEL (//)
  15. _Cancel
  16. ;
  17. ; *** EZRequester ***
  18. ;
  19. MSG_OK_BAR_CANCEL (//)
  20.  _Ok |_Cancel
  21. ;
  22. MSG_LAST_BAR_CANCEL (100//)
  23. _Last|_Cancel
  24. ;
  25. MSG_REQUEST (//)
  26. Request
  27. ;
  28. MSG_INFORMATION (//)
  29. Information
  30. ;
  31. ; *** GetLong Requester ***
  32. ;
  33. ; Note: there are two spaces around the next three strings!
  34. MSG_MIN_FMT (200//)
  35.  Min: %ld
  36. ;
  37. MSG_MAX_FMT (//)
  38.  Max: %ld
  39. ;
  40. MSG_MIN_MAX_FMT (//)
  41.  Min: %ld, Max: %ld
  42. ;
  43. MSG_TOO_SMALL (//)
  44. Too small!
  45. ;
  46. MSG_TOO_BIG (//)
  47. Too big!
  48. ;
  49. ; *** Palette Requester ***
  50. ;
  51. MSG_PALETTE_COLORS (300//)
  52. _Palette Colors:
  53. ;
  54. MSG_RED (//)
  55. _Red:
  56. ;
  57. MSG_GREEN (//)
  58. _Green:
  59. ;
  60. MSG_BLUE (//)
  61. _Blue:
  62. ;
  63. MSG_COPY (//)
  64. Cop_y
  65. ;
  66. MSG_SWAP (//)
  67. _Swap
  68. ;
  69. MSG_SPREAD (//)
  70. Spr_ead
  71. ;
  72. MSG_UNDO (//)
  73. _Undo
  74. ;
  75. ; ** 2.5 **
  76. ;
  77. MSG_COPY_TITLE (//)
  78. Copy to...
  79. ;
  80. MSG_SWAP_TITLE (//)
  81. Swap with...
  82. ;
  83. MSG_SPREAD_TITLE (//)
  84. Spread to...
  85. ;
  86. ; *** File Requester ***
  87. ;
  88. MSG_CREATE_DRAWER (400//)
  89. Drawer '%s' does\nnot exist. Create it?
  90. ;
  91. MSG_DIR_ERROR (//)
  92. Directory error!
  93. ;
  94. MSG_MATCH_WINTITLE (//)
  95. Match...
  96. ;
  97. MSG_DRAWER (//)
  98. Drawer
  99. ;
  100. MSG_ASSIGN (//)
  101. Assign
  102. ;
  103. MSG_ALL (//)
  104. _All
  105. ;
  106. MSG_MATCH (//)
  107. _Match..
  108. ;
  109. MSG_CLEAR (//)
  110. C_lear
  111. ;
  112. MSG_VOLUMES (//)
  113. _Volumes
  114. ;
  115. MSG_PARENT (//)
  116. _Parent
  117. ;
  118. MSG_PATTERN (//)
  119. Pa_ttern:
  120. ;
  121. MSG_GET (//)
  122. _Get
  123. ;
  124. MSG_DOT_INFO (//)
  125. ._info
  126. ;
  127. MSG_SELECTED (//)
  128. Selected:
  129. ;
  130. MSG_FULL (//)
  131. %ld%% full
  132. ;
  133. ; *** Font Requester ***
  134. ;
  135. MSG_COULDNT_OPEN_FONT (500//)
  136. Couldn't open font!
  137. ;
  138. MSG_BOLD (//)
  139. _Bold
  140. ;
  141. MSG_ITALIC (//)
  142. _Italic
  143. ;
  144. MSG_UNDERLINE (//)
  145. _Underline
  146. ;
  147. ; *** ScreenMode Requester ***
  148. ;
  149. MSG_DASH_INTERLACED (600//)
  150. -Interlaced
  151. ;
  152. MSG_DASH_HAM (//)
  153. -HAM
  154. ;
  155. MSG_DASH_EHB (//)
  156. -EHB
  157. ;
  158. MSG_REGULAR_SIZE (//)
  159. Regular Size
  160. ;
  161. MSG_TEXT_SIZE (//)
  162. Text Size
  163. ;
  164. MSG_GFX_SIZE (//)
  165. Graphics Size
  166. ;
  167. MSG_MAX_SIZE (//)
  168. Maximum Size
  169. ;
  170. MSG_OVERSCAN (//)
  171. O_verscan:
  172. ;
  173. MSG_WIDTH (//)
  174. _Width:
  175. ;
  176. MSG_HEIGHT (//)
  177. _Height:
  178. ;
  179. ;
  180. MSG_DEFAULT (//)
  181. Default
  182. ;
  183. MSG_COLORS     (//)
  184. Co_lors:
  185. ;
  186. MSG_MAX (//)
  187. Max:
  188. ;
  189. MSG_AUTOSCROLL (//)
  190. _AutoScroll:
  191. ;
  192.